home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / dhl.xml < prev    next >
Text File  |  2002-09-27  |  2KB  |  44 lines

  1. <search function="dhl">
  2.   <name>Track DHL Packages</name>
  3.   <category>Shipping</category>
  4.   <contributor>David Bau</contributor>
  5.   <link>http://www.dhl-usa.com/tracking</link>
  6.   <email>davidbau@hotmail.com</email>
  7.   <description>
  8.   Track DHL packages by Airwaybill numbers (up to 10)
  9.   <div class="helpboxDescLabels">Example:</div> 
  10.   <table class="helpboxDescTable">
  11.     <tr>
  12.       <td>dhl [tracking #1] [tracking #2]</td>
  13.     </tr>
  14.   </table>
  15.   </description>
  16.   <form name="dhlf"
  17.         method="get"
  18.         action="http://www.dhl-usa.com/cgi-bin/tracking.pl">
  19.     <input type="hidden" name="AWB" value="" />
  20.     <input type="hidden" name="LAN" value="ENG" />
  21.     <input type="hidden" name="TID" value="US_ENG" />
  22.     <input type="hidden" name="FIRST_DB" value="US" />
  23.   </form>
  24.   <script><![CDATA[
  25.     function dhl(q)
  26.     {
  27.       if( nullArgs("dhl", q) )
  28.         return;
  29.  
  30.       document.dhlf.AWB.value = q.replace(/\s+/g,"\r\n");
  31.  
  32.       submitForm(dhlf);
  33.     }
  34.   ]]></script>
  35.   <copyright>
  36.     The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
  37.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39.   <created_by>
  40.     This search file was initially created on 09/19/02 at 07:02:40
  41.     by Dave's Quick Search Deskbar Search Wizard version 0.7 (beta),
  42.     Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  43.   </created_by>
  44. </search>